home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: Essential Home & Business / PC-SIG - Essential Home and Business Collection.iso / 17 / 4 / 8 / VEHEXP / TYPEDOC.BAT < prev    next >
DOS Batch File  |  1988-10-11  |  607b  |  16 lines

  1. echo off
  2. cls
  3. echo                        **********************
  4. echo      Prepare to print 8 pages of documentation for VEHEXP31.EXE
  5. echo                        **********************
  6. echo    Line up printer paper perforation with top of printer printhead
  7. echo                        **********************
  8. echo                        Press CTRL C to ABORT
  9. echo                        **********************
  10. pause
  11. type vehexp31.txt>prn
  12. cls
  13. echo                        **********************
  14. echo                          Printing completed
  15. echo                        **********************
  16.